![]() |
mDownMask |
Header: Events.h |
enum { mDownMask = 2, mUpMask = 4, keyDownMask = 8, keyUpMask = 16, autoKeyMask = 32, updateMask = 64, diskMask = 128, activMask = 256, highLevelEventMask = 1024, osMask = 32768, everyEvent = 65535 };
The enumerator indicating you want your application to receive a mouse-down event.
The enumerator indicating you want your application to receive a mouse-up event.
The enumerator indicating you want your application to receive a key-down event.
The enumerator indicating you want your application to receive a key-up event.
The enumerator indicating you want your application to receive an auto-key event.
The enumerator indicating you want your application to receive an update event.
The enumerator indicating you want your application to receive a disk-inserted event.
The enumerator indicating you want your application to receive an activate event.
The enumerator indicating you want your application to receive a high-level event.
The enumerator indicating you want your application to receive an operating-system event
The enumerator indicating you want your application to receive every event.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)